Tagged Questions
The rt tag has no wiki summary.
2
votes
0answers
81 views
Twitter API and RT information
With the twitter search API you can request "only original tweets" or "only retweets".
If you are requesting "everything", how can you determine for each result which one is a RT and which one is not ...
2
votes
3answers
321 views
How to pass parameters when getting “Odd number of elements in hash assignment”
I'm doing some template programming in RT (http://bestpractical.com/rt), and it uses Perl. Unfortunately, I've only dallied with Perl very occasionally.
I'm trying to call a sub procedure that ...
1
vote
0answers
92 views
failed to create the java virtual machine
I have downloaded and installed aptana 3.0.6.
But when I try to start it up it comes with the message
"Failed to create the Java Virtual Machine".
Eclipse runs without problems. So, the Java ...
1
vote
4answers
51 views
Why don't I have this class when it is supposed to be in rt.jar?
So, I am trying to implement an LDAP connection in java...this requires the com.sun.jndi.ldap.LdapCtxFactory. Jarfinder shows that the LdapCtxFactory should be included in rt.jar, which to my ...
1
vote
0answers
81 views
Small Linux application spawns SCHED_FIFO thread and sleeps. Long keypress locks the system
Running the code below (compiled with -lpthread) on a multicore system (Ubuntu 11.04 x86-32), which simply spawns a SCHED_FIFO thread and goes to sleep, displays some strange behavior. If you press a ...
1
vote
1answer
1k views
Java rt.jar source
I try to find source for rt.jar
So I have download from http://download.java.net/jdk6/source/
JDK 6u23 Source under the JRL license
jdk-6u23-fcs-src-b05-jrl-12_nov_2010.jar, 136.53 MB (MD5 ...
1
vote
4answers
313 views
remove unused class from rt.jar in jre
i tried to remove unused .class files from rt.jar and bundle it to my program but there are 2 problems:
java is a JIT language and some required libs will load after some process like click and ... ...
1
vote
1answer
397 views
How to create a ticket with attachment in RT using REST
Does anyone know how to create a ticket with attachment in RT (Request Tracker) using REST service with PHP script?
1
vote
1answer
187 views
How do I use the Groups.pm in Request Tracker?
In lib\RT\CustomFieldValues\ there is the groups.pm file which is supposed to be an example of how to get data into a custom field, but how do I actually use that once I have written it? Does anyone ...
0
votes
1answer
20 views
Company wide (multi-department) helpdesk/ticket system with custom fields for specific services
I'm looking for a company-wide helpdesk system that multiple departments can use. Either open source or commercial. Users would have one site to go to, when submitting a ticket they should be able ...
0
votes
2answers
71 views
What's the difference between the _T(“…”) and _RT(“…”) macros?
I'm sure this question has been asked before, but I can't get the text searched for. If anyone can explain them, refer me to an article, or give me the correct search query I would appreciate it.
...
0
votes
0answers
107 views
Setting up RT (Request Tracker) to auto-create new users
I'm trying to set up a test instance of RT (running on the standalone_httpd server) to auto-create new users who try to log in through the basic RT web interface. I know that RT has an auto-create ...
0
votes
1answer
395 views
Attachments using REST WebService and VB.NET
I am currently developing an application using VB.NET in which I am using the REST WebServices. I have been able to do the basics with REST, however, I have not been able to add an attachment (more ...
0
votes
0answers
84 views
error starting RT after installing RT-Extension-SLA-0.03
Hi I am trying to install RT 3.08 on Redhat 5.4 (64bit)
apache2.2.17
perl v5.12.2
Every thing is working fine till I installed RT-Extension-SLA-0.03 which gives the following errors in its ...
0
votes
1answer
32 views
RT - ShowTicket allows me to reply?
I have a permissions problem with "group rights" section.
I have two groups:
A, B.
A - full permissions
B - read-only ( ShowTicket )
The problem is - group B members can still reply to the ticket, ...