| Summary: | Exception when deploying esb archives through JON | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | tcunning | |
| Component: | Monitoring and Management | Assignee: | tcunning | |
| Status: | CLOSED NEXTRELEASE | QA Contact: | ||
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.3 CP02 | CC: | pkralik, tcunning | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | http://jira.jboss.org/jira/browse/SOA-2970 | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 780536 (view as bug list) | Environment: |
4.3.CP02_CR2
JON-2.2.0.GA
|
|
| Last Closed: | 2011-11-03 12:41:42 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
|
Description
tcunning
2011-03-08 16:58:24 UTC
Link: Added: This issue Cloned from SOA-1451 Link: Added: This issue is a dependency of JBESB-2789 Link: Added: This issue is related to SOA-764 This is a request to fix this issue in the AS4 ESB plugin in SOA-P 5.2 - this bug was considered for 4.3.CP05, but requires a plugin pack update to deliver the fix. We did not want to ship a plugin pack update for 4.3.CP05, so this bug was cloned and moved to SOA-P 5. Fix this issue against whatever the JON version 5.2.0 will be qualified against. I think that this is fixed on the ESB side. On JON server 2.4.1, I'm blocked by this bug here : I think that this is fixed on the ESB side. On JON server 2.4.1, I'm blocked by this bug here : https://bugzilla.redhat.com/show_bug.cgi?id=727976 Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2970 Users would encounter this error when deploying an ESB archive (either zipped or exploded) through the JON console: java.lang.NoSuchMethodError. An update to the plug-in pack has fixed this error, so users can now deploy the archives without encountering problems. I tested the case with: JON 2.4.1.GA, PostgreSQL 8.4.8, OpenJDK 1.6.0, SOA-P/EDS 5.2.0 ER5 JON plugin pack: https://brewweb.devel.redhat.com//buildinfo?buildID=184426 There is a failure status when deploying an ESB archive. See: https://issues.jboss.org/browse/SOA-3524 JON 3.0.0 BETA3, PostgreSQL 8.4.8, OpenJDK 1.6.0, SOA-P/EDS 5.2.0 ER5 JON + plugin packs: https://brewweb.devel.redhat.com//buildinfo?buildID=183867 The ESB deployment failed with an exception in SOA-P log: 2011-10-26 14:51:12,357 ERROR [org.jboss.remoting.transport.socket.ServerThread] (WorkerThread#1[127.0.0.1:43982]) WorkerThread#1[127.0.0.1:43982] exception occurred during first invocation java.io.NotSerializableException: org.jboss.system.server.profile.repository.AbstractImmutableProfile at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1180) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346) at org.jboss.aop.joinpoint.InvocationResponse.writeExternal(InvocationResponse.java:100) at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1443) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1414) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1528) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1493) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1416) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1174) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:346) at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObjectVersion2_2(JavaSerializationManager.java:120) at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.sendObject(JavaSerializationManager.java:95) at org.jboss.remoting.marshal.serializable.SerializableMarshaller.write(SerializableMarshaller.java:120) at org.jboss.invocation.unified.marshall.InvocationMarshaller.write(InvocationMarshaller.java:75) at org.jboss.remoting.transport.socket.ServerThread.versionedWrite(ServerThread.java:1072) at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:830) at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744) at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:548) at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234) JON 2.4.1.GA, PostgreSQL 8.4.8, OpenJDK 1.6.0, SOA-P/EDS 5.2.0 ER6 Plugin packs: https://brewweb.devel.redhat.com//buildinfo?buildID=185293 The problem is fixed with new SOA/EDS plugin packs. Fixed. |