Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Setting up debug with WL localhost
Setting up debug with WL localhost [message #77820] Tue, 14 June 2005 18:34 Go to next message
Eclipse UserFriend
Originally posted by: Chris.Loschen.Siebel.com

Hi all,

I have a project set up in Eclipse which I'm developing with. The same
project is then built into ear files via ant and that is deployed to a
WebLogic 8.1 SP4 instance on localhost (and which in turn interacts with an
Oracle 9.2 DB also on localhost). All of that is working ok.

However, I'm now trying to set up debugging for the project, and running
into trouble. I was told to include this line in my WL startup script:

@set
JAVA_OPTIONS=%JAVA_OPTIONS% -Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=250 00

which I did. I set up Eclipse to listen on port 25000, and I do see the
threads listed as they are running. However, the system is now quite
unstable: I get VM HotSpot crashes saying "parallel GC allocation failed"
and other crashes without any error message at all, but which close down
java entirely. I remove the debug line and the problems go away.

I'm sure I've set up something incorrectly: any suggestions? Thanks!

Chris Loschen
Siebel Systems
Re: Setting up debug with WL localhost [message #78768 is a reply to message #77820] Fri, 17 June 2005 18:47 Go to previous message
Eclipse UserFriend
Originally posted by: Chris.Loschen.Siebel.com

I made a little progress here, but it still isn't working. I found a plug-in
that is supposed to help work with Weblogic in Eclipse (from BEA at
http://dev.bea.com/codelibrary/code/wlplugin.jsp). I installed it, and set
up my project so that it has the same java options, memory requirements,
etc. But now I'm getting this error. Any ideas? The plug-in says that it's
compatible with WL 8.1, which is what I'm running. Thanks!

************************************************************ ***************
The WebLogic Server did not start up properly.
weblogic.common.internal.VersioningError: Incompatible packages in
CLASSPATH: (BEA Systems, WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST
2004 471647 , 8.1.4.0) not compatible with (BEA Systems, WebLogic Server 7.0
SP4 Tue Aug 12 11:22:26 PDT 2003 284033 , 7.0.4.0)
at weblogic.common.internal.VersionInfo.verifyPackages(VersionI nfo.java:173)
at weblogic.common.internal.VersionInfo.<init>(VersionInfo.java:65)
at weblogic.common.internal.VersionInfo.initialize(VersionInfo. java:127)
at weblogic.common.internal.VersionInfo.theOne(VersionInfo.java :98)
at weblogic.version.getPLInfo(version.java:57)
at weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:523)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:716)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
at weblogic.Server.main(Server.java:32)

Reason: Incompatible packages in CLASSPATH: (BEA Systems, WebLogic Server
8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 , 8.1.4.0) not compatible with
(BEA Systems, WebLogic Server 7.0 SP4 Tue Aug 12 11:22:26 PDT 2003 284033 ,
7.0.4.0)

************************************************************ ***************

I am adding quite a few jar files to the CLASSPATH, but none of them are
BEA-related. Perhaps I need to add the 8.1 WL jars to the classpath before
the ones that the plug-in uses?

Chris

"Chris Loschen" <Chris.Loschen@Siebel.com> wrote in message
news:d8n804$evs$1@news.eclipse.org...
> Hi all,
>
> I have a project set up in Eclipse which I'm developing with. The same
> project is then built into ear files via ant and that is deployed to a
> WebLogic 8.1 SP4 instance on localhost (and which in turn interacts with
> an Oracle 9.2 DB also on localhost). All of that is working ok.
>
> However, I'm now trying to set up debugging for the project, and running
> into trouble. I was told to include this line in my WL startup script:
>
> @set
> JAVA_OPTIONS=%JAVA_OPTIONS% -Xdebug -Xrunjdwp:transport=dt_socket,suspend=n,server=y,address=250 00
>
> which I did. I set up Eclipse to listen on port 25000, and I do see the
> threads listed as they are running. However, the system is now quite
> unstable: I get VM HotSpot crashes saying "parallel GC allocation failed"
> and other crashes without any error message at all, but which close down
> java entirely. I remove the debug line and the problems go away.
>
> I'm sure I've set up something incorrectly: any suggestions? Thanks!
>
> Chris Loschen
> Siebel Systems
>
>
Previous Topic:Variable values in hex
Next Topic:Error reconciling on CVS checkout
Goto Forum:
  


Current Time: Thu Dec 26 11:21:58 GMT 2024

Powered by FUDForum. Page generated in 0.07834 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top