You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "suresh kumar vepari (JIRA)" <hi...@jakarta.apache.org> on 2005/02/21 17:03:48 UTC

[jira] Created: (HIVEMIND-94) when trying to use hive mind as plugin for struts

when trying to use hive mind as plugin for struts
-------------------------------------------------

         Key: HIVEMIND-94
         URL: http://issues.apache.org/jira/browse/HIVEMIND-94
     Project: HiveMind
        Type: Bug
  Components: framework, library, hivebuild  
    Versions: 1.0    
    Reporter: suresh kumar vepari


	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
	at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
Caused by: org.apache.hivemind.ApplicationRuntimeException: Unable to create class $SingletonProxy_102359a05b6_0: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:83)
	at org.apache.hivemind.service.impl.ClassFabImpl.createClass(ClassFabImpl.java:170)
	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxyClass(SingletonServiceModel.java:171)
	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxy(SingletonServiceModel.java:89)
	... 46 more
Caused by: java.lang.NoSuchMethodError: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:71)
	... 49 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Closed: (HIVEMIND-94) when trying to use hive mind as plugin for struts

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-94?page=all ]
     
James Carman closed HIVEMIND-94:
--------------------------------


> when trying to use hive mind as plugin for struts
> -------------------------------------------------
>
>          Key: HIVEMIND-94
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-94
>      Project: HiveMind
>         Type: Bug
>   Components: framework, hivebuild, library
>     Versions: 1.0
>     Reporter: suresh kumar vepari
>      Fix For: 1.1

>
> 	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
> 	at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Unable to create class $SingletonProxy_102359a05b6_0: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:83)
> 	at org.apache.hivemind.service.impl.ClassFabImpl.createClass(ClassFabImpl.java:170)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxyClass(SingletonServiceModel.java:171)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxy(SingletonServiceModel.java:89)
> 	... 46 more
> Caused by: java.lang.NoSuchMethodError: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:71)
> 	... 49 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Commented: (HIVEMIND-94) when trying to use hive mind as plugin for struts

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-94?page=comments#action_64464 ]
     
James Carman commented on HIVEMIND-94:
--------------------------------------

This code works with the proper Javassist libraries present.  This seems to be a classloader/library version problem.  I'm closing this issue.  FYI: HiveMind 1.1 uses the newer version (3.0) of Javassist.

> when trying to use hive mind as plugin for struts
> -------------------------------------------------
>
>          Key: HIVEMIND-94
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-94
>      Project: HiveMind
>         Type: Bug
>   Components: framework, hivebuild, library
>     Versions: 1.0
>     Reporter: suresh kumar vepari
>      Fix For: 1.1

>
> 	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
> 	at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Unable to create class $SingletonProxy_102359a05b6_0: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:83)
> 	at org.apache.hivemind.service.impl.ClassFabImpl.createClass(ClassFabImpl.java:170)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxyClass(SingletonServiceModel.java:171)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxy(SingletonServiceModel.java:89)
> 	... 46 more
> Caused by: java.lang.NoSuchMethodError: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:71)
> 	... 49 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Commented: (HIVEMIND-94) when trying to use hive mind as plugin for struts

Posted by "Giorgio Gallo (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-94?page=comments#action_60307 ]
     
Giorgio Gallo commented on HIVEMIND-94:
---------------------------------------

I had the same (or at least a similar) NoSuchMethodError while trying to use hivemind with javassist 3.0: are you sure you are using the right vresion (AFAIK 2.6 as of hivemind 1.0) and no other javassist jar gets loaded before the right one?

> when trying to use hive mind as plugin for struts
> -------------------------------------------------
>
>          Key: HIVEMIND-94
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-94
>      Project: HiveMind
>         Type: Bug
>   Components: framework, library, hivebuild
>     Versions: 1.0
>     Reporter: suresh kumar vepari

>
> 	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
> 	at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Unable to create class $SingletonProxy_102359a05b6_0: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:83)
> 	at org.apache.hivemind.service.impl.ClassFabImpl.createClass(ClassFabImpl.java:170)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxyClass(SingletonServiceModel.java:171)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxy(SingletonServiceModel.java:89)
> 	... 46 more
> Caused by: java.lang.NoSuchMethodError: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:71)
> 	... 49 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org


[jira] Resolved: (HIVEMIND-94) when trying to use hive mind as plugin for struts

Posted by "James Carman (JIRA)" <hi...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/HIVEMIND-94?page=all ]
     
James Carman resolved HIVEMIND-94:
----------------------------------

     Resolution: Invalid
    Fix Version: 1.1

Not a bug.

> when trying to use hive mind as plugin for struts
> -------------------------------------------------
>
>          Key: HIVEMIND-94
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-94
>      Project: HiveMind
>         Type: Bug
>   Components: framework, hivebuild, library
>     Versions: 1.0
>     Reporter: suresh kumar vepari
>      Fix For: 1.1

>
> 	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
> 	at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Unable to create class $SingletonProxy_102359a05b6_0: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:83)
> 	at org.apache.hivemind.service.impl.ClassFabImpl.createClass(ClassFabImpl.java:170)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxyClass(SingletonServiceModel.java:171)
> 	at org.apache.hivemind.impl.servicemodel.SingletonServiceModel.createSingletonProxy(SingletonServiceModel.java:89)
> 	... 46 more
> Caused by: java.lang.NoSuchMethodError: javassist.ClassPool: method write(Ljava/lang/String;)[B not found
> 	at org.apache.hivemind.service.impl.CtClassSource.createClass(CtClassSource.java:71)
> 	... 49 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org