Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Scott M Stark
Runs fine for me on RedHat 8.0 with Sun JDK 1.4.1_01. It looks like whatever JDK
you are using is botching the search for a jar protocol handler, which does not exist.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Adam Heath [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, January 03, 2003 3:59 PM
Subject: Re: [JBoss-dev] 3.0.5RC1 available


 On Tue, 24 Dec 2002, Scott M Stark wrote:
 
  A 3.0.5 pre-release has been made available for testing. The primary purpse
  is to get feedback about the latest class loader changes made to address
  the outstanding IllegalAccessErrors. If you have experienced problems
  with IllegalAccessErrors or LinkageErrors please try this version or the
  3.2.0beta3 version. Both are available from SourceForge here:
 
  http://sourceforge.net/project/showfiles.php?group_id=22866
 
  If you experience any class loading related problems follow the bug
  reporting proceedure described in the release notes:
  http://sourceforge.net/project/shownotes.php?release_id=129789
 
 Downloaded the 3.0.5RC1-tomcat4.1.18 version.  Unpacked.  did bin/run.sh.  Got
 this error:
 
 17:58:11,026 ERROR [MainDeployer] could not create deployment:
 file:/home.local/adam/brainfood/jboss/3.0.5rc1/server/default/conf/jboss-servi
 ce.xml
 org.jboss.deployment.DeploymentException: instantiating
 org.jboss.varia.property.PropertyEditorManagerService failed:
 java.lang.NoClassDefFou
 ndError: org/jboss/net/protocol/jar/Handler (wrong name:
 org/jboss/varia/property/PropertyEditorManagerService); - nested throwable:
 (Runtime
 ErrorException: instantiating
 org.jboss.varia.property.PropertyEditorManagerService failed:
 java.lang.NoClassDefFoundError: org/jboss/net/pro
 tocol/jar/Handler (wrong name:
 org/jboss/varia/property/PropertyEditorManagerService)
 Cause: java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler
 (wrong name: org/jboss/varia/property/PropertyEditorManagerService)
 )
 
 Running this shell snippet:
 
 for a in `find -name '*.jar'`;do if unzip -lv $a  |grep
 org/jboss/net/protocol;then echo $a;fi;done
 
 Find something about an njar handler, but no jar handler.
 
 So, for me, 3.0.5RC1 is dead in the water.
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Adam Heath
On Fri, 3 Jan 2003, Scott M Stark wrote:

 Runs fine for me on RedHat 8.0 with Sun JDK 1.4.1_01. It looks like whatever JDK
 you are using is botching the search for a jar protocol handler, which does not 
exist.

bash-2.05b$ /usr/lib/j2se/1.3/bin/java -version
java version 1.3.1
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02b-FCS)
Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02b-FCS, mixed mode) 1.3.1

Debian unstable(doubt this part matters much).




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Adam Heath
On Tue, 24 Dec 2002, Scott M Stark wrote:

 A 3.0.5 pre-release has been made available for testing. The primary purpse
 is to get feedback about the latest class loader changes made to address
 the outstanding IllegalAccessErrors. If you have experienced problems
 with IllegalAccessErrors or LinkageErrors please try this version or the
 3.2.0beta3 version. Both are available from SourceForge here:

 http://sourceforge.net/project/showfiles.php?group_id=22866

 If you experience any class loading related problems follow the bug
 reporting proceedure described in the release notes:
 http://sourceforge.net/project/shownotes.php?release_id=129789

Downloaded the 3.0.5RC1-tomcat4.1.18 version.  Unpacked.  did bin/run.sh.  Got
this error:

17:58:11,026 ERROR [MainDeployer] could not create deployment:
file:/home.local/adam/brainfood/jboss/3.0.5rc1/server/default/conf/jboss-servi
ce.xml
org.jboss.deployment.DeploymentException: instantiating
org.jboss.varia.property.PropertyEditorManagerService failed:
java.lang.NoClassDefFou
ndError: org/jboss/net/protocol/jar/Handler (wrong name:
org/jboss/varia/property/PropertyEditorManagerService); - nested throwable:
(Runtime
ErrorException: instantiating
org.jboss.varia.property.PropertyEditorManagerService failed:
java.lang.NoClassDefFoundError: org/jboss/net/pro
tocol/jar/Handler (wrong name:
org/jboss/varia/property/PropertyEditorManagerService)
Cause: java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler
(wrong name: org/jboss/varia/property/PropertyEditorManagerService)
)

Running this shell snippet:

for a in `find -name '*.jar'`;do if unzip -lv $a  |grep
org/jboss/net/protocol;then echo $a;fi;done

Find something about an njar handler, but no jar handler.

So, for me, 3.0.5RC1 is dead in the water.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] 3.0.5RC1 available

2002-12-24 Thread Scott M Stark
A 3.0.5 pre-release has been made available for testing. The primary purpse
is to get feedback about the latest class loader changes made to address
the outstanding IllegalAccessErrors. If you have experienced problems
with IllegalAccessErrors or LinkageErrors please try this version or the
3.2.0beta3 version. Both are available from SourceForge here:

http://sourceforge.net/project/showfiles.php?group_id=22866

If you experience any class loading related problems follow the bug
reporting proceedure described in the release notes:
http://sourceforge.net/project/shownotes.php?release_id=129789


Scott Stark
Chief Technology Officer
JBoss Group, LLC



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] 3.0.5RC1 available

2002-12-24 Thread Remy Maucherat
Scott M Stark wrote:

A 3.0.5 pre-release has been made available for testing. The primary purpse
is to get feedback about the latest class loader changes made to address
the outstanding IllegalAccessErrors. If you have experienced problems
with IllegalAccessErrors or LinkageErrors please try this version or the
3.2.0beta3 version. Both are available from SourceForge here:

http://sourceforge.net/project/showfiles.php?group_id=22866

If you experience any class loading related problems follow the bug
reporting proceedure described in the release notes:
http://sourceforge.net/project/shownotes.php?release_id=129789


I was about to mention that a new Tomcat release was available, and that 
you should include it in newer builds.
Thanks for doing it right (as usual) :)

Remy



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development