search for: rmi

Displaying 20 results from an estimated 84 matches for "rmi".

Did you mean: mi
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
...30115/java tcp6 0 0 127.0.0.1:8081 :::* LISTEN 30115/java tcp6 0 0 :::58772 :::* LISTEN 30115/java This is what NMAP says they are: PORT STATE SERVICE VERSION 1099/tcp open jrmi Java RMI 58772/tcp open unknown Java RMI: http://en.wikipedia.org/wiki/Java_remote_method_invocation My relevant configurations: $ egrep ''(port|host|1099|58772)'' /etc/puppetdb/conf.d/* /etc/puppetdb/conf.d/database.ini:# For PostgreSQL: //host:port/databaseName /etc/puppetd...
2009 Jul 17
2
[LLVMdev] Bug in LiveIntervals? Please Examine
In LiveIntervals::processImplicitDefs() we have this: for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg), UE = mri_->use_end(); UI != UE; ) { MachineOperand &RMO = UI.getOperand(); MachineInstr *RMI = &*UI; ++UI; MachineBasicBlock *RMBB = RMI->getParent(); if (RMBB == MBB) continue; const TargetRegisterClass* RC = mri_->getRegClass(Reg); unsigned NewVReg = mri_->createVirtualRegister(RC); MachineInstrBuilder MIB =...
2005 Mar 23
1
problem when writing to a deleted file
I've got a weird situation. I have an RMI application that is creating PDF's for a web server. A request comes in to the web server, the web server deletes the PDF if it exists and then requests an RMI server to create the PDF. The PDF is written directly to the web server's disk via a Samba mount (both systems are Linux and ar...
2009 Jul 17
0
[LLVMdev] Bug in LiveIntervals? Please Examine
...avid Greene wrote: > In LiveIntervals::processImplicitDefs() we have this: > > for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg), > UE = mri_->use_end(); UI != UE; ) { > MachineOperand &RMO = UI.getOperand(); > MachineInstr *RMI = &*UI; > ++UI; > MachineBasicBlock *RMBB = RMI->getParent(); > if (RMBB == MBB) > continue; > const TargetRegisterClass* RC = mri_->getRegClass(Reg); > unsigned NewVReg = mri_->createVirtualRegister(RC); > Machine...
2004 Oct 27
1
Problem changing pw from win2k & xp
...usted_domain_password(300) secrets_fetch failed! [2004/10/27 11:29:04, 4] libsmb/ntlm_check.c:ntlm_password_check(266) ntlm_password_check: Checking NT MD4 password [2004/10/27 11:29:04, 3] libsmb/ntlm_check.c:ntlm_password_check(282) ntlm_password_check: NT MD4 password check failed for user rmi [2004/10/27 11:29:04, 5] auth/auth.c:check_ntlm_password(271) check_ntlm_password: sam authentication for user [rmi] FAILED with error NT_STATUS_WRONG_PASSWORD [2004/10/27 11:29:04, 3] auth/auth_winbind.c:check_winbind_security(80) check_winbind_security: Not using winbind, requested domain [GE...
2005 Jul 31
0
RMI /Java /Jini
Hello , Just curios saw dtrace on a presentation from opensolaris. Is there any document what shows how to use dtrace in combination with RMI Thanks for any feedback Rgds Gottfried
2013 Mar 13
2
How to add a new line at a particular place in a file..
..., How can i write a puppet code such that..it adds a line of content that i want..at a desired place in a file.. if [ "x$JAVA_OPTS" = "x" ]; then JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true" JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone.xml" This a part of file and i wa...
2009 Aug 26
1
rJava error for large XML object return in StatET plugin
...oolController.run(ToolController.java:293) at de.walware.statet.nico.core.runtime.ToolRunner.run(ToolRunner.java:37) at de.walware.statet.nico.core.runtime.ToolRunner.access$0(ToolRunner.java:35) at de.walware.statet.nico.core.runtime.ToolRunner$1.run(ToolRunner.java:47) Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.UTFDataFormatException at sun.rmi.server.UnicastRef.invoke(Unknown Source) at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source) at java.rmi.server.RemoteObjectInvocationHandle...
2006 May 25
0
[JOB] Client-server software developers
...engineer: client-server software development Candidate should be experienced enough to understand and enhance existing client-server software in C++/Java . Should be comfortable with dynamic scripting languages (Ruby, Python or Perl) and have experience gluing existing modules though SOAP, CORBA, RMI. Essential skills: * C/C++ * Java * Dynamic scripting languages like Ruby, Python or Perl * Tomcat, Apache * Software testing * SOAP, CORBA, Java RMI * Linux (RedHat 4/CentOS 4 preferred) Desirable skills: * Database experience: Oracle, PostgreSQL * Ruby on Rai...
2009 Jan 05
1
error message of RODBC...
...E\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006 OAI_60GG divisi$' 4 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006$' 5 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'RMI E SCALA SPECIFICA$' 6 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'VALORI RANKIN RMI CSS$' TABLE_TYPE REMARKS 1 TABLE <NA> 2 TABLE <NA> 3 TABLE <NA> 4 TABLE <NA> 5 TABLE <NA> 6...
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
...net.SocksSocketImpl) at java.net.ServerSocket.implAccept(ServerSocket.java:453) at java.net.ServerSocket.accept(ServerSocket.java:421) at org.jboss.invocation.pooled.server.PooledInvoker.run(PooledInvoker.java:240) at java.lang.Thread.run(Thread.java:619) "RMI TCP Accept-4444" daemon prio=10 tid=0x008af800 nid=0x2b runnable [0xed47f000..0xed47fbf0] java.lang.Thread.State: RUNNABLE at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384) - locked <0xfb50090...
2012 Oct 05
4
PHP version dilemma
I am running Centos 5.8; at least uname -rmi gives me centos-release-5-8.el5.centos A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date. Is there a "safe" way to upgrade PHP to 5.2x? Todd -- Ariste Software Bend, OR 97702 http://www.aristesoftware.com
2003 Nov 04
1
ACL + sticky bit
...an only change it. So i need the sticky bit set on groups within ACL. So does any1 know if this command will do the trick? setfacl -m d:g:group:rwt ./dir cause sticky bit is usually set on user level and directory level, afaik. Or is there an other way to accomplish that? Thx in advance grtz rmi
2006 May 14
12
Is there a place for java in Ruby on Rails apps?
Hi all, I''m asking this question from the standpoint of a developer with almost 10 years experience with Microsoft technologies, mostly doing server side component and database work. So, I''m not very familiar with the java world. Can anyon tell me how/if java development can complement Ruby on Rails development? I''m not interested in how java can duplicate Rails
2003 Dec 01
1
cant set read-only attr. on office files in 1 share.
...printable = Yes browseable = No [main] comment = OCH Data path = /opt/oc/oc_data valid users = @oc_med admin users = @symas read list = @oc_med write list = @oc_med read only = No create mask = 0770 force create mode = 0770 directory mask = 0770 force directory mode = 0770 inherit permissions = Yes map acl inherit = Yes veto files = /lost+found/ hide files = /lost+found/
2015 Jan 25
2
Centos 7 | Rebind ctrl + alt + f# keystroke to application
...xorg.conf changes to get the GNOME session. What's the correct way to rebind the ctrl+alt+f# keystrokes? http://unix.stackexchange.com/questions/34158/rebinding-disabling-ctrlaltf Below you can find my system details as extracted by the getinfo.sh Basic system information: == BEGIN uname -rmi == 3.10.0-123.13.2.el7.x86_64 x86_64 x86_64 == END uname -rmi == == BEGIN rpm -qa \*-release\* == epel-release-7-5.noarch adobe-release-x86_64-1.0-1.noarch centos-release-7-0.1406.el7.centos.2.5.x86_64 nux-dextop-release-0-5.el7.nux.noarch elrepo-release-7.0-2.el7.elrepo.noarch == END rpm -qa...
2008 Jun 16
0
java stack trace using DTrace
...va.net.SocketInputStream.socketRead0(Native Method) java.net.SocketInputStream.read(SocketInputStream.java:129) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:235) java.io.FilterInputStream.read(FilterInputStream.java:66) sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:448) sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) java.lang.Thread.run(Thread.java:713) -- This message posted from opensolaris.org
2011 Nov 03
5
Fully-Virtualized XEN domU not Booting over iSCSI
...r (as you may have deduced) supports Intel-VTx. Does my shared storage need to have this capability to be able to boot my fully-virtualized domU? Any pointers/suggestions would be appreciated. Phillip BASIC SYSTEM INFO: ------------------------------------------------------------ == BEGIN uname -rmi == 2.6.18-238.19.1.el5xen i686 i386 == END uname -rmi == == BEGIN rpm -qa \*-release\* == centos-release-5-6.el5.centos.1 rpmforge-release-0.5.2-2.el5.rf centos-release-notes-5.6-0 == END rpm -qa \*-release\* == == BEGIN cat /etc/redhat-release == CentOS release 5.6 (Final) == END cat /etc/...
2004 Jan 15
3
ISDN CAPI and anonymous callers
...ISDN callers. Something like exten => 5150/0,1,Congestion should work but doesn't. Apparently because the ISDN CAPI doesn't use 0 for callers who don't send their number. Is there a way to make * identify ISDN callers who use CLIR? -Walter -- Walter Doerr =*= wd@infodn.rmi.de =*= FAX: +49 2421 962001 "The poor folks who only have 100MBytes of RAM five years from now may not be able to buffer a 16MB packet, but that's their tough luck." (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
2016 Jan 06
1
Question how to implement remote access
Hello. I've been finding a good solution to monitor virtual machines' status such as memory, disk, cpu, etc, and I found this as a tool for measuring disk/image status. I have a question while using the libguestfs-java library; I'd wanted to implement a sample app which retrieve the disk information remotely. Is there any way, i.e., specific API(s) to connect with a host where