Re: Any solutions for the "Gave up waiting for Emacs to connect to SI O port: " Win2K woes

2001-05-30 Thread Matthew Sherborne

Have you tried:

jde-bug-attach-via-shared-memory

?

:)





Re: Any solutions for the "Gave up waiting for Emacs to connect to SI O port: " Win2K woes

2001-05-30 Thread Cool Old Man

Hi George,

I used to have same problem while I had W2K SP1, it work after I installed W2K
SP2. I got P3 800 MHz PC, is this make difference ?

Thanx, Daniel {:-)) 703-391-6762 (O)

- Original Message -
From: "Mandler, George" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "'Paul Kinnucan'" <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 7:19 PM
Subject: Any solutions for the "Gave up waiting for Emacs to connect to SI O
port: " Win2K woes


> Hi,
> I've spent way too many hours attempting to get JDEbug working under
> Windoze2K.  I've searched the archives and found some emails from the fall
> suggesting changing jde-bug-sio-connect-delay and
> jde-bug-debugger-host-address , but that didn't seem to make a difference.
> Hitting return in the *JDEbug* buffer didn't make a difference either.
> Recently there were postings on Apr 27th about this bug and someone said it
> doesn't happen with straight Win2K, but did happen with SP1, I can't revert
> back to the original Win2K, so I installed SP2, but unfortunately it still
> occurs.  Running it from the command line also gives me the port connection
> failure.
>
> The symptoms are similar to what other unfortunate souls developing under
> Win2K have experienced.  It doesn't connect to the port and the minibuffer
> will display the "No response to command 1. (process = 1; timeout = 30
> sec.)" in the minibuffer if I don't hit those carriage returns in the
> *JDEbug* buffer.
>
> Figured I'd put out one last plea before I throw in the towel hoping there
> might be some clues to this mystery.
> (FWIW my bug report is attatched, although it looks similar to others.)
>
> thanks,
> george
>
>
>
> Please enter the details of your bug report here
>
>
>
> Emacs  : GNU Emacs 20.7.1 (i386-*-nt5.0.2195)
>  of Tue Jun 13 2000 on buffy
> Package: JDE version 2.2.7.1
>
> current state:
> ==
> (setq
>  jde-gen-session-bean-template '("(jde-import-insert-imports-into-buffer
> (list \"javax.ejb.*\"\n\"java.rmi.RemoteException\"))"
> "(jde-wiz-update-implements-clause \"SessionBean\")" "'> \"public void
> ejbActivate() throws RemoteException {\"'>'n \"}\"'>'n\n'>'n" "'> \"public
> void ejbPassivate() throws RemoteException {\"'>'n \"}\"'>'n\n'>'n" "'>
> \"public void ejbRemove() throws RemoteException {\"'>'n \"}\"'>'n '>'n" "'>
> \"public void setSessionContext(SessionContext ctx) throws\nRemoteException
> {\"" "'>'n \"}\"'>'n '>'n" "'> \"public void unsetSessionContext() throws
> RemoteException {\"'>'n\n\"}\"'>'n '>'n'>")
>  jde-gen-beep '("(end-of-line) '&"
> "\"Toolkit.getDefaultToolkit().beep();\"'>'n'>")
>  jde-project-name "default"
>  jde-which-method-format '("[" jde-which-method-current "]")
>  jde-run-classic-mode-vm t
>  jde-javadoc-gen-nodeprecatedlist nil
>  jde-which-method-max-length 20
>  jde-package-search-classpath-variables '(jde-compile-option-classpath
> jde-global-classpath)
>  jde-imenu-include-classdef t
>  jde-javadoc-gen-link-online nil
>  jde-gen-code-templates '(("Get Set Pair" . jde-gen-get-set)
>   ("toString method" . jde-gen-to-string-method)
>   ("Action Listener" . jde-gen-action-listener)
>   ("Window Listener" . jde-gen-window-listener)
>   ("Mouse Listener" . jde-gen-mouse-listener)
>   ("Mouse Motion Listener" .
> jde-gen-mouse-motion-listener)
>   ("Inner Class" . jde-gen-inner-class) ("println" .
> jde-gen-println)
>   ("beep" . jde-gen-beep)
>   ("property change support" .
> jde-gen-property-change-support)
>   ("EJB Entity Bean" . jde-gen-entity-bean)
>   ("EJB Session Bean" . jde-gen-session-bean))
>  jde-gen-cflow-else '("(if (jde-parse-comment-or-quoted-p)" "'(l \"else\")"
> "'(l '> \"else \""
>   "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"}
> // end of else\"'>'n'>)" ")")
>  jde-make-args ""
>  jde-javadoc-gen-destination-directory "JavaDoc"
>  jde-mode-line-format '("-" mode-line-mule-info mode-line-modified
> mode-line-frame-identification
> mode-line-buffer-identification "   "
> global-mode-string "   %[(" mode-name
> mode-line-process minor-mode-alist "%n" ")%]--"
> (line-number-mode "L%l--")
> (column-number-mode "C%c--") (-3 . "%p")
> (jde-which-method-mode ("--" jde-which-method-format
> "--")) "-%-")
>  jde-mode-abbreviations '(("ab" . "abstract") ("bo" . "boolean") ("br" .
> "break") ("by" . "byte")
>   ("byv" . "byvalue") ("cas" . "cast") ("ca" .
> "catch") ("ch" . "char")
>   ("cl" . "class") ("co" . "const") ("con" .
> "continue") ("de" . "default")
>   ("dou" . "double") ("el" . "else") ("ex" .
> "extends") ("fa" . "false")
>   ("fi" . "final") ("fin" . "finally") ("fl" .
> "float") ("fo" . "for")
>   ("fu" . "future") ("ge" . "generic") ("go" .
> "goto") ("impl" . "implements")
>   ("impo" . "import") ("ins" . "instanceof") ("in" .
> "int") ("inte" . "interface")
>   ("lo" . "long") ("na" . "native") ("ne" . "new")
> ("nu" . "null")
>   ("pa" . "package") ("pri" . "private") ("pro" .
> "protected") ("pu" . "public")
>   ("re" . "return") ("sh" . "short") ("st" .
> "static") ("su" .