<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/23147" title="JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/23147/feed" title="Comments for JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic" />
<id>http://dn.codegear.com/article/23147</id>
<updated>2008-10-07T02:08:21-07:00</updated>
<entry>
<title>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic error</title>
<author>
<name>Frank S&#248;rensen</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=35056</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=35056</id>
<updated>2003-08-04T04:48:52-07:00</updated>
<published>2003-08-04T04:48:52-07:00</published>
<summary>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic error</summary>
<content>Hi I run remote debug towards wls 6.1 with jbuilder 6.0. It connects and i can trace trough the code, but i only get the values for class-variables when I add watches. Vaiables inside methods are left with the message &lt;out of scope&gt;.Does anyone have the answer for this?With regardsFrank </content>
</entry>
<entry>
<title>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</title>
<author>
<name>Rashmi Bhutiyani</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=30893</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=30893</id>
<updated>2001-12-17T03:58:23-08:00</updated>
<published>2001-12-17T03:58:23-08:00</published>
<summary>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</summary>
<content>I am able to debug thru the second method(Attach one) but the first method (run one) gives me problems   I have a few start up classes which implement weblogic.common.T3StarupDef.For these classes to compile i need E:/weblogic/classes in my required libraries.But my server will not start throws me this errorThe WebLogic Server did not start up properly.Reason: Trying to start the server dynamically, specifying weblogic.class.path, but regular (non-boot) server classes found in Java -classpath.    So i  after compiling my classes i removed weblogic/classes from my required libraries. And then started my server thru JBuilder.The Server started properly but when i was running my code i get ajava.lang.NoClassDefError T3StartupDef as the path thru which these classes got compiled is missing   So with Weblogic classes in the required libraraies of JBuilder 3.5 my Weblogic Server 5.1 will not start and without them my classes will not get compiled.Any clues to solve this problemrashmi   </content>
</entry>
<entry>
<title>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</title>
<author>
<name>Derrick Koon</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=27844</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=27844</id>
<updated>2001-02-05T13:55:08-08:00</updated>
<published>2001-02-05T13:55:08-08:00</published>
<summary>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</summary>
<content>Can we apply similar techniques to debugging JSP/servlet running in Weblogic?If yes, why does JBuilder4 documentation (Enterprise Application Developer's Guide) says the only webserver supported for JBuilder4 JSP debugging is Tomcat?Appreciate the help?</content>
</entry>
<entry>
<title>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</title>
<author>
<name>Isaac LaPanc</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=26788</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=26788</id>
<updated>2000-10-09T17:40:58-07:00</updated>
<published>2000-10-09T17:40:58-07:00</published>
<summary>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</summary>
<content>How can I debug my java code running in JRun 3.0 Server? I am using JBuilder 4 Devthanks in advance</content>
</entry>
<entry>
<title>re: JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</title>
<author>
<name>Harald Niesche</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=26774</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=26774</id>
<updated>2000-10-08T15:13:40-07:00</updated>
<published>2000-10-08T15:13:40-07:00</published>
<summary>re: JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</summary>
<content>I had similar problems trying to attach to a JVM on another machine, and on Solaris only JDK1.3 worked. The other versions (1.2.1_04 and 1.2.2_06) I tried couldn't find &quot;libjdwp.so&quot; (or so).Jdk1.3 worked fine after I added &quot;,server=y&quot; at the end of the -Xrunjdwp... line.(The options that worked for me looked like this:java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4723,suspend=y,server=y)Without the server=y I got the same error message about the connect() call.Harald</content>
</entry>
<entry>
<title>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</title>
<author>
<name>Saeed Zarea</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=26685</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=26685</id>
<updated>2000-09-27T13:12:27-07:00</updated>
<published>2000-09-27T13:12:27-07:00</published>
<summary>JBuilder 3.5 / 4 Enterprise: Remote Debugging: WebLogic</summary>
<content>I followed your instructions to detail but I was unsuccessful to get WebLogic server to start in debug mode. The following are the messages I got when I tried both methods:Attached Method:Command :=========C:\weblogic&gt;c:\jdk1.2.2\bin\java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=18699,suspend=y -ms64m -mx64m -classpath .\classes\boot;.\eval\cloudscape\lib\cloudscape.jar -Dweblogic.class.path=&quot;.\license;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses ;c:\oracle\ora81\jdbc\lib\classes12.zip;c:\oracle\ora81\jdbc\lib\nls_charset12.zip;.\classes\ChuckwallaClient.jar&quot; -Dweblogic.home=. -Djava.security.manager -Djava.security.policy==.\weblogic.policy weblogic.ServerError Message:==========Error [2] in connect() call!err:: No such file or directorySocket transport failed to init.Transport dt_socket failed to initialize, rc = -1.FATAL ERROR in native method: No transports initializedabnormal program terminationLaunching, &amp; debugging WebLogic Server from within J Builder Method:Run Configuration:==============-classic -Dweblogic.system.home=c:/weblogic -Dweblogic.class.path=c:/weblogic/classes;c:/weblogic/license;c:/weblogic/lib/weblogicaux.jar;c:/weblogic/myserver/serverclasses -Djava.security.manager -Djava.security.policy=c:/weblogic/weblogic/policyError Message:===========The weblogic.Server class was loaded from the &lt;WEBLOGIC_HOME&gt;/classes directory. This means that the &lt;WEBLOGIC_HOME&gt;/classes directory is in the Java system classpath, when it should only be in the WebLogic classpath (as set by the property weblogic.class.path).Please refer to the Administrators Guide &quot;Setting up and starting the WebLogic Server&quot; at http://www.weblogic.com/docs/install/startserver.html for more information on how to start the Server.Any help ?????????????Thank-you,SZ</content>
</entry>
</feed>
