Unable to deploy OSB Projects to server
880293Dec 15 2011 — edited Dec 26 2011Hi,
I got few OSB projects which i'm not able to deploy to the weblogic server. its 11gr1. From the server logs i see these errors
1.
<BEA-494002> <Internal error occured in OSBConsole : null
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
...
2.
<BEA-000000> <Setting transaction '2144' as rollback only. Rollback reason:
java.lang.NullPointerException
at com.bea.wli.config.task.impl.ResourceMetadataQueryTask._checkAttrs(ResourceMetadataQueryTask.java:121)
at com.bea.wli.config.task.impl.ResourceMetadataQueryTask._execute(ResourceMetadataQueryTask.java:83)
at com.bea.wli.config.task.impl.ResourceMetadataQueryTask._execute(ResourceMetadataQueryTask.java:42)
at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:233)
...
....
3.
<BEA-494002> <Internal error occured in OSBConsole : null
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
....
4.
<RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;Ljava.rmi.MarshalledObject;[Ljava.lang.String;Ljavax.security.auth.Subject;)
javax.management.RuntimeMBeanException: java.lang.NullPointerException.
javax.management.RuntimeMBeanException: java.lang.NullPointerException
..
....
these errors are logged consistently when i try to deploy my projects to server from eclipse IDE.
It all started like this
1. I tried to delete some of these projects from sbconsole
2. i couldnt activate the session changes due to some projects referring each other
3. after removing those refs, i tried again but in vain
4. the refs refused to go!
5. tried th usual restart of admin and osb_server and then retried all this but still nothing changed
6. Now here's where i assume i commited a blunder - not sure if it really is. I deleted the projects from the server!
from the locations
MW_HOME/user_projects/domains/fusdd/osb/config/core
MW_HOME/user_projects/domains/fusdd/osb/config/core_osb_server1
7. Thats how i got to the above errors now. I'm not able to deploy any projects to the server. I tried from other computers using their IDE's still doesn't work
Can someone tell me how i can do a server cleanup or something which can make it fresh so that i can deploy the projects all over again