Re: [railo] Abridged summary of railo@googlegroups.com - 36 Messages in 9 Topics

16 views
Skip to first unread message
Message has been deleted

AJ Mercer

unread,
Feb 24, 2012, 7:09:50 PM2/24/12
to ra...@googlegroups.com
here is a good place to start


On 24 February 2012 15:49, Anthony Katgert <ant...@pasioingredients.com> wrote:

Dear people at Railo

 

I am looking for a vps plan with Railo CMFL and PHP, mySQL and Direct Admin cpanel.

 

Whom would you recommend.

 

Best regards

 

Anthony Katgert
Pasio ingredients

Mobile:06 28.497.869
E-mail:
ant...@pasioingredients.com
Internet:
http://www.pasioingredients.com

Twitter:
@pasio_

 

Van: ra...@googlegroups.com [mailto:ra...@googlegroups.com]
Verzonden: vrijdag 24 februari 2012 0:53
Aan: Abridged Recipients
Onderwerp: [railo] Abridged summary of ra...@googlegroups.com - 36 Messages in 9 Topics

 

Group: http://groups.google.com/group/railo/topics

§  Batch file run from Railo won't xcopy [11 Updates]

§  Detecting Old / Rarely Used CF Files [6 Updates]

§  ORM error - can't use different connections inside a transaction [1 Update]

§  Table Per Subclass issue [1 Update]

§  Railo Memory Monitor Plugin [6 Updates]

§  Railo -> MySQL utf-8 issue. [5 Updates]

§  duplicate database entries sql server 2008 [2 Updates]

§  using jgit with railo [3 Updates]

§  Hyrule Validation Framework [1 Update]

Dave Merrill <enig...@gmail.com> Feb 23 10:35AM -0800  

I have a windows batch file that among other things copies a directory to
another location. When I run it from a dos prompt, it works as expected,
but using cfexecute from Railo, the main xcopy ...more

Lyle Karstensen <ly...@realistiq.com> Feb 23 06:40PM  

Make sure your Railo service is using a login with the correct credentials. If you are staring Railo from the command line then you need to make sure the command line is running as admin.
...more

Peter Boughton <pe...@getrailo.org> Feb 23 06:58PM  

If you are specifying relative paths with xcopy, you need to make sure
you are in the correct directory first.
...more

Dave Merrill <enig...@gmail.com> Feb 23 11:07AM -0800  

Thanks for jumping in, but as I said, Railo is now logging in as me, and
running that file from a dos prompt as me works fine. Don't know what more
I can do to ensure it has admin credentials at ...more

Dave Merrill <enig...@gmail.com> Feb 23 11:09AM -0800  

Good thought, but they're all absolute paths, passed in from Railo as cmd
line arguments. I can see the readout of the cmds in the file as it runs,
and not only does it look correct, I can copy ...more

Viktor Krasynskyy <vkras...@gmail.com> Feb 23 02:23PM -0500  

Maybe you did not escape everything that needs to be escaped. Can you post
actual code so I can try in on my Railo installation?
 
...more

Dave Merrill <enig...@gmail.com> Feb 23 12:13PM -0800  

Thanks for replying. It's hard to pull out just these pieces to post them
here in a way that'd be runnable.
 
But if you're talking about escaping within the .bat, it runs fine from the ...more

Viktor Krasynskyy <vkras...@gmail.com> Feb 23 03:29PM -0500  

I just tried small POC and it worked well:
 
mycopy.bat:
 
xcopy /S /Y c:\railo-src c:\railo-dst
 
test_xcopy.cfm:
 
<cfset Command = GetDirectoryFromPath(GetCurrentTemplatePath()) & ...more

Dave Merrill <enig...@gmail.com> Feb 23 12:57PM -0800  

Turns out you hit this on the head. There was an exclude file used, given
only as a file name. It's in the directory with the batch file that uses
it, but apparently that's not sufficient. ...more

Dave Merrill <enig...@gmail.com> Feb 23 01:00PM -0800  

Just to be clear, I replied to Peter's post about checking for relative
paths, but it's not showing up that way.
 
Dave
...more

Peter Boughton <pe...@getrailo.org> Feb 23 11:00PM  

Dave wrote:
> Just to be clear, I replied to Peter's post about checking for relative
> paths, but it's not showing up that way.
 
That's because google groups are email-based lists, which by their ...more

Igal <d...@21solutions.net> Feb 22 09:18PM -0800  

ok, I got it to work rather nicely.
 
if anyone's interested, I posted a working cfc at
https://gist.github.com/1890454
 
to use it just do something like:
 
<cfset ofd = CreateObject( ...more

Michael Offner <mic...@getrailo.com> Feb 23 09:51AM +0100  

great!
if you need any addional help ...
 
/micha
 
2012/2/23 Igal <d...@21solutions.net>
 
...more

Igal <d...@21solutions.net> Feb 23 09:06AM -0800  

thanks Michael,
 
you've been extremely helpful and I really appreciate your help.
 
and you probably get this a lot -- but thanks again for creating the Railo
project and releasing it as open ...more

Dave Merrill <enig...@gmail.com> Feb 23 11:21AM -0800  

Is there any chance that files whose names don't contain any offending
characters could have their names preserved as-is? Obviously I don't
understand the whole issue, but I don't see the need to ...more

Igal <d...@21solutions.net> Feb 23 12:52PM -0800  

@Dave - most files do not have the digits appended, all .class filenames
are lower-cased and any non-alpha characters (like dots and colons) are
replaced with an under_score
 
in general I avoid ...more

Viktor Krasynskyy <vkras...@gmail.com> Feb 23 05:55PM -0500  

It's good tool, but I would like to report few issues/suggestions:
1) If folder cannot be resolved (see below one of the cases), the tool is
stuck in infinite loop (resolveFolder method), I think I ...more

Chris Blackwell <ch...@team193.com> Feb 23 02:09PM -0800  

Thanks Micha,
 
I've created a report on JIRA
https://issues.jboss.org/browse/RAILO-1768
 
...more

colbylitnak <colby_...@hotmail.com> Feb 23 12:40PM -0800  

It looks like this is related to https://issues.jboss.org/browse/RAILO-1758.
as soon as I turn off eventhandling it works, though some other things
don't work because my events aren't firing :(.
...more

GB <gwb...@gmail.com> Feb 22 03:13PM -0800  

+1 for Scopes Monitor. I would be very interested to see that.
 
This is great work.
 
 
...more

Peter Amiri <bpa...@gmail.com> Feb 22 06:49PM -0500  

It's only been running for a day or so, so I'll have to keep an eye on it. These graphs show the daily values.
 
 
 
--
Peter Amiri
Founder | Alurium Cloud Computing
949-338-3862 | ...more

Michael Offner <mic...@getrailo.com> Feb 23 09:54AM +0100  

looks fine to me so far
 
/micha
 
2012/2/23 Peter Amiri <bpa...@gmail.com>
 
...more

Peter Amiri <bpa...@gmail.com> Feb 23 09:12AM -0500  

Ya, that is my problem, it looks fine to me as well but I still had Railo stop processing requests and start throwing 503 errors on this server yesterday. The graphs don't give any clues as to what ...more

Michael Offner <mic...@getrailo.com> Feb 23 03:15PM +0100  

perhaps it had nothing to do with the memory.
 
/micha
 
 
2012/2/23 Peter Amiri <bpa...@gmail.com>
 
...more

Peter Amiri <bpa...@gmail.com> Feb 23 10:22AM -0500  

I just updated the Java SDK on the server. Will see if that helps with the situation.
 
--
Peter Amiri
Founder | Alurium Cloud Computing
949-338-3862 | pe...@alurium.com | http://www.alurium.com ...more

Daniel Rosewarne <danielro...@gmail.com> Feb 23 03:42AM -0800  

Thanks for the suggestions.
 
FYI, this particular issue is when reading in a text file that has
been uploaded. The <CFFILE> tag has the charset attribute set to UTF-8
and if I dump to the screen ...more

Jean Moniatte <je...@ugal.com> Feb 23 12:54PM +0100  

Hello,
 
Just tested, the following query runs fine here with both ACF and Railo:
 
<cfquery name ="testUTF8" datasource="test">
insert into textUTF8
(
testName
)
values
(
'→'
) ...more

Daniel Rosewarne <danielro...@gmail.com> Feb 23 06:31AM -0800  

Hi,
 
Thanks for that. Intriguingly that doesn't work for me.
 
I tried three separate things, firstly the existing query in
isolation, secondly the existing query without queryparams and lastly ...more

Jean Moniatte <je...@ugal.com> Feb 23 04:02PM +0100  

Hello,
 
You have: `testName` varchar(255) CHARACTER SET latin1 NOT NULL
 
Meaning that the testName column is latin1. Can you try the same after
making sure that the column itself is UTF8:
...more

Daniel Rosewarne <danielro...@gmail.com> Feb 23 07:13AM -0800  

Ah, thanks I'd totally missed that!
 
A combination of the column name being the wrong character set and the
template requiring <cfprocessingdirective pageEncoding="utf-8"> was
causing the ...more

Irvin Wilson <i...@iewilson.com> Feb 22 05:40PM -0800  

Just had an issue where every database insert appears to have an
immediate duplicate entry. Additionally there is a field in the
affected tables with a default value of "1" in a tinyint field. The ...more

John Whish <john....@googlemail.com> Feb 23 02:24AM -0800  

I'm using MS SQL Server 2008 on a Railo project at the moment and
haven't seen that issue. Do you have any triggers in the database?
Also does the debugging show multiple inputs?
...more

Peter Boughton <pe...@getrailo.org> Feb 23 01:01AM  

I've tried using jGit before but got nowhere, so gave up and used a
shell script.
 
 
If all you need is "git status" you don't even need a script.
 
You can't do what I was initially thinking ("cd ...more

Randy Merrill <zora...@gmail.com> Feb 22 05:18PM -0800  

I agree with peter,
 
I tried to use jGit but when I tried it you needed to understand all the
internals of how git works to even do anything.
 
So I opted for the execute. Someday if jGit is ...more

Michael Sprague <mikes...@gmail.com> Feb 22 08:28PM -0500  

I had tried using cfexecute previously but didn't know how to pass the
directory in. I just tested Peter's code and that did the trick. Thanks,
Peter.
 
Long story short, I just want to write a ...more

Hatem Jaber <ha...@7079.net> Feb 22 03:50PM -0800  

I searched all over for information regarding this type of thing, it's
not just this project that does it this way, cfcommons.org for
example, they do the same thing. when i moved the imports inside ...more

You received this message because you are subscribed to the Google Group railo.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.




--

AJ Mercer
<webonix:net strength="Industrial" /> | <webonix:org community="Open" />
http://twitter.com/webonix

Igal

unread,
Feb 24, 2012, 8:19:21 PM2/24/12
to ra...@googlegroups.com
can you please Not reply with all the email addresses posted online?  we get enough spam as it is...

is it possible for a moderator here to delete the message with all of the email addresses?


Mark Drew

unread,
Feb 25, 2012, 12:54:55 AM2/25/12
to Railo
I have removed Anthony's original message,

It seems that the replies do not contain all the email messages
neither does AJ's answer so I shall leave them here.

Regards

Mark Drew

Igal

unread,
Feb 25, 2012, 2:32:12 AM2/25/12
to ra...@googlegroups.com
thank you
Reply all
Reply to author
Forward
0 new messages